-
Couldn't load subscription status.
- Fork 198
chore: remove agent version pinning in the CI #9106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove agent version pinning in the CI #9106
Conversation
|
This pull request is now in conflicts. Could you fix it? 🙏 |
35d8b08 to
77fa24e
Compare
|
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM





What does this PR do?
This PR removes the pinned
AGENT_VERSION,AGENT_PACKAGE_VERSION, andBEAT_VERSIONvalues from the CI environment and updates the.package-versionfile to9.0.5.It also re-enables the
upgrade_broken_package_test.gotest that was previously skipped due to reliance on pinned versions, since that constraint is now resolved.PS: as discussed here a review from observablt-ci and observablt-ci-contractors is not required (cc @ebeahan @pierrehilbert )
Why is it important?
The version pinning was introduced as a temporary workaround to support the 9.0.5 release. Now that 9.0.5 DRA is released, we are reverting to an unpinned state.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
None. This only impacts internal CI setup and test gating. End users are not affected.
How to test this PR locally
Open a draft PR 🙂
Related issues